@charset "utf-8";

/*CSS reset*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	cursor: default;
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
	list-style: none;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #ee7850 !important;
}

a:active {
	outline: none;
	star: expression(this.onFocus=this.blur());
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}


/* 头部 */

.header {
	width: 100%;
	min-height: 90px;
	background-color: #f0f0f0;
	position: relative;
	z-index: 999;
}

.logo {
	float: left;
	width: 483px;
	height: 80px;
	padding-top: 5px;
}

.logo a {
	display:block;
	width: 100%;
	height: 100%;
	background: url(logo.png) no-repeat center top;
}

.nav-bar {
	float: right;
	text-align: center;
}

.nav>li {
	float: left;
	position: relative;
	z-index: 9;
}

.nav>li>a {
	display: block;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 30px 20px 0;
}

.nav>li>a>span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}

.nav>li.on>a,
.nav>li.on>span {
	color: #ee7850 !important;
}

.sub-nav {
	display: none;
	position: absolute;
	top: 82px;
	left: 50%;
	width: 135px;
	background: url(nav-arrow.png) no-repeat center top;
	border-bottom: 3px solid #ee7850;
	margin-left: -67px;
	padding-top: 8px;
}

.sub-nav ul {
	background-color: #fff;
	padding: 12px 0;
}

.sub-nav li {
	line-height: 30px;
}

.header .mobile-btn{
	display: none;
	position: absolute;
	right: 30px;
	top: 45px;
	width: 30px;
	height: 30px;
	background: url(menu.png) no-repeat center center;
	background-size: 30px 30px;
	margin-top: -15px;
}

.fixed{
	position: fixed !important;	
	background: #004ea2;
}

.fixed .logo a {
	background-image: url(logo2.png);
}


.fixed .nav>li>a,
.fixed .nav>li>span {
	color: #fff;
}



/* 搜索 */

.search {
	float: right;
	position: relative;
}

.search .dropdown-btn {
	display: block;
	width: 57px;
	height: 90px;
	background: #3a86d8 url(search.png) no-repeat center center;
}

.search-main {
	display: none;
	position: absolute;
	top: 90px;
	right: 0;
	width: 280px;
	padding: 10px 20px 20px;
	background-color: #f6f6f6;
}

.search-main h3 {
	font-weight: normal;
	padding-bottom: 10px;
}

.search-main input[type="text"] {
	float: left;
	border: 0;
	width: 220px;
	height: 35px;
	line-height: 35px;
	color: #b2b2b2;
	padding: 0 10px;
	cursor: text;
	outline: none;
}

.search-main input[type="submit"] {
	float: left;
	border: 0;
	background: url(btn_search.jpg);
	width: 38px;
	height: 35px;
	cursor: pointer;
	outline: none;
	font-size: 0;
}


/* Footer */

.footer {
	background-color: #f0f0f0;
	padding: 20px 0;
}

.footer-left {
	float: left;
	width: 350px;
	padding-top: 20px;
}

.footer-left ul {
	font-size: 0;
}

.footer-left ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 30px;
}


.footer-left ul li a {
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px
}

.footer-left ul li:first-child a {
	margin-left: 0;
}

.footer-left p {
	line-height: 30px;
}

.footer-center {
	float: left;
	width: 350px;
	margin-left: 150px;
	padding-top: 20px;
}

.footer-center h4 {
	float: left; 
	width: 80px;
	line-height: 30px;
	font-weight: normal;
}

.footer-center ul {
	margin-left: 80px;
}

.footer-center ul li {
	line-height: 30px;
}

.footer-right {
	float: right;
}

.footer-right li {
	text-align: center;
	line-height: 30px;
}

.footer-right li img {
	display: block;
	width: 100px;
	height: 100px;
}

/*.dropselect_box {
	float: right;
	position: relative;
	width: 312px;
	display: inline-block;
	border: none;
	height: 45px;
	z-index: 99;
	margin-top: 12px;
}

.dropselect_SimpleSelect {
	display: block;
	overflow: hidden;
	background: #d1d1d1 url(footer-arrow.jpg) no-repeat right 0;
	line-height: 45px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
}

.dropselect_SimpleSelect li {
	height: 45px;
	text-indent: 10px;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropselect_SimpleSelect li a {
	height: auto;
	width: 85%;
	color: #535353;
}

.dropselect_SimpleSelect li.hover a {
	color: #535353;
	width: 100%;
	display: block;
}

.dropselect_SimpleSelect li a:hover,
.dropselect_SimpleSelect li a:focus,
.dropselect_SimpleSelect li:hover,
.dropselect_SimpleSelect li:focus {
	background: none;
}

.hidden {
	display: none;
}*/



@media screen and (max-width: 1199px) {
	.w1200 {
		width: 100%;
	}
	
	.header .mobile-btn {
		display: block
	}
	
	.nav-bar {
		position: fixed;
		top: 0;
		right: -100px;
		width: 100px;
		height: 100%;
		background: #fff;
		padding-top: 80px;
	}
	
	.nav>li {
		float: none;
	}
	
	.nav>li>a {
		width: 100%;
		height: auto;
		font-size: 14px;
		line-height: 30px;
		padding: 0;	
	}
	
	.nav>li>a>span {
		display: none;
	}
	
	.sub-nav {
		position: static;
		width: auto;
		background: none;
		padding-top: 0;
		border: 0;
		margin: 0;
	}
	
	.sub-nav ul {
		padding: 0;
	}
	
	.sub-nav ul li {
		text-indent: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	
	.search,
	.friend-link,
	.footer-center,
	.footer-right {
		display: none;
	}
	
	.hot-line p {
		height: auto;
	}
	
	.footer {
		padding: 25px 0;
	}
	
	.footer-left {
		width: 98%;
		margin-left: 1%;
		text-align: center;
	}
	
	.footer-left ul li,
	.footer-left p {
		font-size: 12px;
		line-height: 24px;
	}
}

@media screen and (max-width: 599px) {
	.header {
		min-height: auto;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	.logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.logo img {
		width: 85%;
	}
	
	.header .mobile-btn {
		top: 30px;
	}
}

@media screen and (max-width: 480px) {
	.logo a { background-size: 95% auto;}
}
